object wwFilterDialogView: TwwFilterDialogView Left = 263 Top = 115 BorderStyle = bsDialog Caption = 'Show Search Summary' ClientHeight = 206 ClientWidth = 461 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 13 object StringGrid1: TStringGrid Left = 9 Top = 9 Width = 444 Height = 154 TabStop = False ColCount = 3 DefaultRowHeight = 18 FixedCols = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect] RowCount = 8 ScrollBars = ssNone TabOrder = 0 OnDrawCell = StringGrid1DrawCell ColWidths = ( 115 171 171) end object CancelBtn: TBitBtn Left = 192 Top = 302 Width = 77 Height = 27 Caption = 'CancelBtn' Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 TabStop = False Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end end